home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / daydreambbs114.lha / Docs / DDCallers.MAN < prev    next >
Text File  |  1995-06-28  |  3KB  |  88 lines

  1.  
  2.              DDCallers V1.0 For DayDream BBS - Quick documentation
  3.              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.   What it this thing?
  6.   ~~~~~~~~~~~~~~~~~~~
  7.  
  8.     This utility lists last 10 callers to the System. It can be
  9.     made resident is VERY fast, though it was my very first DD
  10.     utility. Infact, this is my first program i have programmed
  11.     on ASM.
  12.  
  13.   Features
  14.   ~~~~~~~~
  15.  
  16.     - List last 10 callers very fast.
  17.     - Nice outlook.
  18.     - Weekly statistics.
  19.     - Support for custom headers.
  20.  
  21.   Installation
  22.   ~~~~~~~~~~~~
  23.  
  24.     1) Create storage file using DDCallers -c command.
  25.  
  26.     2) Add DDCallers to your logoff[node].bat.
  27.  
  28.   Usage
  29.   ~~~~~
  30.  
  31.     DDCallers -n? -h -l -t[file] -o[file] -m -N? = Node number
  32.               -a[file] -w[file]              -H  = Use handles
  33.                                              -L  = Use zipcode&location
  34.                                              -T  = Headerfile
  35.                                              -O  = Outputfile
  36.                                              -M  = Add More-prompt
  37.                                              -A  = MiniCallerslog
  38.                                              -W  = Weekly Stats
  39.  
  40.      Nodenumber
  41.      ~~~~~~~~~~
  42.     Number of node. Log file of selected node will be scanned and
  43.     the last user from there will be added to the list.
  44.  
  45.      Handles/Realnames
  46.      ~~~~~~~~~~~~~~~~~
  47.     It's possible to configure this to user handles or realnames.
  48.     To use handles, use -h parameter. Otherwise realnames will be used.
  49.  
  50.      Zipcode/Organization
  51.      ~~~~~~~~~~~~~~~~~~~~
  52.     It's possible to configure this to user zip code or organization.
  53.     To use zipcode, enable -l parameter. Otherwise organization will
  54.     be used.
  55.  
  56.      Headerfile
  57.      ~~~~~~~~~~
  58.     You need header to the output. Full path is required, but .TXT/.GFX
  59.     extension will be added.
  60.  
  61.      Outputfile
  62.      ~~~~~~~~~~
  63.     This specifies outputfile for last 10 callers. Full path is required,
  64.         but .TXT/.GFX extension will be added.
  65.  
  66.      Moreprompt
  67.      ~~~~~~~~~~
  68.     If you want to add moreprompt to the end of headerfile, specify
  69.     -m flag.
  70.  
  71.      Minicallerslog
  72.      ~~~~~~~~~~~~~~
  73.     If you want to have optional minicallerslog (logfile, all entries
  74.     will be added) specify this. Eg. "-aDayDream:Logfiles/Minilog.Log".
  75.  
  76.      Weekly stats
  77.      ~~~~~~~~~~~~
  78.     If you want to enable weekly statistics, specify this. Eg.
  79.     "-wDayDream:Bulletins/Bulletin.10".
  80.  
  81.   Eg.
  82.   DayDream:utils/DDCallers -n1 -h -tDayDream:Display/Iso/CallersHeader
  83.   -oDayDream:Display/Iso/Welcome -m -aDayDream:MiniLog.txt
  84.   -wDayDream:Wares/Bulletins/Bulletin.10
  85.  
  86.   Note that everything must be in the same line.
  87.  
  88.